@font-face {

    font-family: "Gotham-Ultra";

    src: url("https://images.hanlonsonline.co.uk/Edinburgh FUSE/fonts/Gotham Ultra.otf");

    font-weight: 700;

    font-style: normal;

}

@font-face {

    font-family: "Gotham Light";

    src: url("https://images.hanlonsonline.co.uk/Edinburgh FUSE/fonts/Gotham Light.otf");



    font-style: normal;

}

@font-face {

    font-family: "Gotham-Book";

    src: url("https://images.hanlonsonline.co.uk/Edinburgh FUSE/fonts/Gotham Book.otf");


    font-style: normal;

}

label {
    display: inline-block;
    font-family: "Gotham-Book";
    color: #000;
}
.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
    color: #000 !important;
    font-family: "Gotham-Book";
}
div#ctl00_mCPH_ApplyStage1Div {
    background: #ffffff;
    border: 2px solid #000;
    color: #000;
    font-family: "Gotham-Ultra";
}
input#ctl00_mCPH_ApplyButton {
    color: #000;
    background: #feca1c;
}
input#ctl00_mCPH_ApplyButton:hover {
   background: #fff;
    color: #000;
    transition: 0.6s;
}
input#ctl00_mCPH_ApplyButton:focus {
    background: #fff;
    color: #000;
    outline: 2px dashed #000;
}
div#ResultCountWrapper {
    font-family: "Gotham-Ultra";
}
